a11y testsuite: Stop using gtk_widget_show_now
authorMatthias Clasen <mclasen@redhat.com>
Fri, 2 Feb 2018 17:12:22 +0000 (18:12 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 4 Feb 2018 22:23:15 +0000 (23:23 +0100)
On non-windows, this doesn't do anything anyway.

testsuite/a11y/state/state-record.c

index dd37c6233ca81a3b1c0d09eb68c59a2e11d5c0f4..5f094dce20391bde83895aad5273f8bafb983644 100644 (file)
@@ -109,7 +109,7 @@ do_action (GtkBuilder *builder, const gchar *action, GString *string)
           GObject *o;
 
           o = gtk_builder_get_object (builder, parts[1]);
-          gtk_widget_show_now (GTK_WIDGET (o));
+          gtk_widget_show (GTK_WIDGET (o));
         }
       else if (strcmp (parts[0], "focus") == 0)
         {